Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / Utils Class / Assign Method / Assign<T>(Object,T,T) Method

In This Topic
    Assign<T>(Object,T,T) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub Assign(Of T As {New, ICloneableObject, IOwnedObject})( _
       ByVal owner As Object, _
       ByVal source As T, _
       ByRef dest As T _
    ) 
    public static void Assign<T>( 
       object owner,
       T source,
       ref T dest
    )
    where T: new(), ICloneableObject, IOwnedObject

    Parameters

    owner
    source
    dest

    Type Parameters

    T
    See Also